baubs git
vite.config.electron.mts copilot/create-shared-infocard-component (7c3f79ae) Text, 279 B
import { defineConfig } from 'vite';
// For Electron Forge's Vite plugin, this config is used for main and preload processes
// The renderer config is in vite.config.mts
export default defineConfig({
build: {
rollupOptions: {
external: ['electron'],
},
},
});
Served by rngit 1.3.3 - Generated in 0.11s